home *** CD-ROM | disk | FTP | other *** search
/ All for Cell Phones: Sony Ericsson / Sony-Ericsson 2004.iso / Java / demo KungFu / kungfu.jar / avs / Boxing.class (.txt)
Encoding:
Java Class File  |  2002-04-22  |  1.3 KB  |  71 lines

  1. package avs;
  2.  
  3. import javax.microedition.lcdui.Display;
  4. import javax.microedition.midlet.MIDlet;
  5. import javax.microedition.midlet.MIDletStateChangeException;
  6.  
  7. public class Boxing extends MIDlet implements b {
  8.    // $FF: renamed from: p javax.microedition.lcdui.Display
  9.    public Display field_0;
  10.    // $FF: renamed from: p d
  11.    public d field_1;
  12.    // $FF: renamed from: p i
  13.    public i field_2;
  14.    // $FF: renamed from: p v
  15.    public v field_3;
  16.  
  17.    public Boxing() {
  18.       e var1 = new e(this);
  19.       this.field_0 = Display.getDisplay(this);
  20.       this.field_0.setCurrent(var1);
  21.       this.field_3 = new v(this);
  22.    }
  23.  
  24.    public final void startApp() throws MIDletStateChangeException {
  25.       this.field_2 = new i(this);
  26.       this.field_1 = new d(this);
  27.  
  28.       try {
  29.          Thread var1 = new Thread(this.field_2);
  30.          var1.start();
  31.       } catch (Exception var2) {
  32.          this.destroyApp(false);
  33.       }
  34.  
  35.       this.field_0.setCurrent(this.field_1.p());
  36.    }
  37.  
  38.    protected final void pauseApp() {
  39.       ((MIDlet)this).notifyPaused();
  40.    }
  41.  
  42.    public final void destroyApp(boolean var1) {
  43.       ((MIDlet)this).notifyDestroyed();
  44.    }
  45.  
  46.    // $FF: renamed from: p () void
  47.    public final void method_0() {
  48.       this.destroyApp(false);
  49.    }
  50.  
  51.    // $FF: renamed from: p () c
  52.    public final c method_1() {
  53.       return this.field_2;
  54.    }
  55.  
  56.    // $FF: renamed from: p () n
  57.    public final n method_2() {
  58.       return this.field_1;
  59.    }
  60.  
  61.    // $FF: renamed from: p () v
  62.    public final v method_3() {
  63.       return this.field_3;
  64.    }
  65.  
  66.    // $FF: renamed from: p () javax.microedition.lcdui.Display
  67.    public final Display method_4() {
  68.       return Display.getDisplay(this);
  69.    }
  70. }
  71.